Home/Database/Introduction to SQL

Introduction to SQL MCQs

73 questionsDatabasePage 2 of 9

Practice free Introduction to SQL multiple-choice questions with instant answer feedback and step-by-step solutions. Click an option to check yourself, reveal the full explanation, and work through all 73 questions — no login required.

Question 10easy
Which of the following is valid SQL for an Index?
Question 11easy
The SQL keyword(s) ________ is used with wildcards.
Question 12easy
Which of the following is the correct order of keywords for SQL SELECT statements?
Advertisement
Question 13easy
A subquery in an SQL SELECT statement is enclosed in:
Question 14easy
The result of a SQL SELECT statement is a(n) ________ .
Question 15easy
Which of the following are the five built-in functions provided by SQL?
Advertisement
Question 16easy
In an SQL SELECT statement querying a single table, according to the SQL-92 standard the asterisk (*) means that:
Question 17easy
The HAVING clause does which of the following?
Question 18easy
The SQL -92 wildcards are ____ and ____ .